-
Notifications
You must be signed in to change notification settings - Fork 2
command to get all queued messages in Redis stream "messages" #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: bota <Bota@dotkernel.com>
composer.json
Outdated
| }, | ||
| "require": { | ||
| "php": "~8.2.0 || ~8.3.0 || ~8.4", | ||
| "ext-redis": "*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens if we remove that line ?
in order to allow GHA to function correctly ?
anyway the server need a special setup prior to deploy the project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens if we remove that line ? in order to allow GHA to function correctly ?
anyway the server need a special setup prior to deploy the project
Will work the same because the extension is already installed during the server configuration process.
Signed-off-by: bota <Bota@dotkernel.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 1.0 #37 +/- ##
==========================================
- Coverage 4.89% 4.86% -0.04%
- Complexity 116 121 +5
==========================================
Files 16 17 +1
Lines 388 411 +23
==========================================
+ Hits 19 20 +1
- Misses 369 391 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.